home *** CD-ROM | disk | FTP | other *** search
-
- //======================================================================
- //
- // Portions written by FreemanSoft Inc.
- //
- // FreemanSoft disclaims any warranty of any kind, expressed or implied,
- // as to this source code's fitness for any particular use.
- //
- // For more information, use the following electronic mail addresses:
- //
- // info@FreemanSoft.com general questions
- // support@FreemanSoft.com technical questions
- //
- //======================================================================
-
-
- /* Written by
- * Joe Freeman
- * This code has no warranty.
- * It is provided so that the consumer may maintain and modify it
- * at their own risk. Use this code at your own risk.
- */
-
- /* Generated by Interface Builder */
-
- #import <appkit/appkit.h> /* precompiled headers */
- #import "TwoPassUIControl.h"
-
- @interface CDROMIndexControl:TwoPassUIControl
- {
- }
-
- - (const char *)buttonImageName;
- - (const char *)buttonAltImageName;
- - (const char *)stringsTable;
-
- - free;
- - runPassOne:sender; /* return nil if find not run */
- - runPassTwo:sender;
-
-
- @end
-